Skip to content

Fix: Remove duplicate h1 headings from docs#479

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix/remove-duplicate-h1-in-docs
Feb 11, 2026
Merged

Fix: Remove duplicate h1 headings from docs#479
FL4TLiN3 merged 1 commit intomainfrom
fix/remove-duplicate-h1-in-docs

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Removed h1 (# heading) lines from all 35 markdown files in docs/ that already have a title in their frontmatter
  • Starlight renders the frontmatter title as the page heading, so having an additional h1 in the body caused duplicate headings on every documentation page

Test plan

  • Verify Starlight renders each page with a single heading (from frontmatter title)
  • Spot-check a few pages to confirm no content was accidentally removed

🤖 Generated with Claude Code

Starlight renders the frontmatter title as the page heading, so having
an additional h1 in the markdown body causes double headings. Removed
the h1 line from all 35 doc files that had both frontmatter title and
a body h1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 merged commit c77034a into main Feb 11, 2026
9 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix/remove-duplicate-h1-in-docs branch February 11, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant